﻿@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

ul,li,dl,dd,dt {
	list-style-type:none;
}
img,a img {
	border:0;
}
a {
	color:#333;
	text-decoration:none;	
}
a:hover {
	color:#666;
	text-decoration:underline;	
}
body {
	font-family:"宋体";
	font-size:12px;
	color:#333;
	background:#fff;
}

.clear {
	overflow:hidden;
	height:0;
	clear:both;
}
.clear_fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear_fix {
    display: inline-block;
}
.clear_fix {
    display: block;
}
.fl {
	float:left;
	display:inline;
}
.fr {
	float:right;
	display:inline;
}
.mt10 {
	margin-top:10px;
}
.mf10 {
	margin-left:10px;
}
.margin {
	margin:0 auto;
}

.header {
	width: 1000px;
}
.header .l {
	width:253px;
}
.header .r {
	width: 747px;
	height: 90px;
}
.header .r b {
	display:block;
	height:32px;
	text-align:right;
	font-size:18px;
	color:#ed1c24;
	font-family:"微软雅黑";
	font-weight:normal;
}
.header .r .nav {
	height:32px;
}
.header .r .nav li {
	float:left;
	width:93px;
	height:32px;
	line-height:32px;
	text-align:right;
	font-size:18px;
	font-family:"微软雅黑";
}
.header .r .nav li a:hover {
	color:#cc0000;
	text-decoration:none;
}

.footer_nav_wrap {
	width:100%;
	height:28px;
	background:#f0f0f0;
	border-top:1px #cc0000 solid;
	border-bottom:1px #cc0000 solid;
}
.footer_nav {
	width:1000px;
	height:28px;
	line-height:28px;
}
.footer_nav a {
	color:#666;
}
.footer_nav a:hover {
	color:#cc0000;
}
.footer_nav span {
	float:left;
	display:block;
}
.footer_nav font {
	display:block;
	float:right;
	font-size:12px;
}
.footer_wrap {
	width:100%;
	height:137px;
	background:url(../images/footer_bg.jpg) repeat-x;
}
.footer {
	width:1000px;
	padding-top:0px;
}
.footer .l {
	width:433px;
}
.footer .m {
	margin-left:32px;
	padding-left:34px;
	height:75px;
	line-height:22px;
	background:url(../images/icon2.jpg) left 3px no-repeat;
}
.footer .r {
	line-height:22px;
}
/* 清除浮动 */
.clearfix:after{ display:block; clear:both; visibility:hidden; height:0; overflow:hidden; content:"."; }
.clearfix{ *zoom:1; }
.clear{clear:both; height:0; line-height: 0; font-size: 0; overflow:hidden;}
